home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
rbbs_pc
/
baud173c.zip
/
RSB4BAUD.MRG
< prev
Wrap
Text File
|
1992-02-29
|
1KB
|
30 lines
* ------------[ BLED merge (c) Ken Goosens ]-------------
* Merge this against RBBSSUB4.BAS to produce RBBSSUB4.NEW
* RBBSSUB4.BAS: Date 9-5-1991 Size 127450 bytes
* ------------[ Created 02-29-1992 ]------------
60135 MetaVal$ = MID$(Strng$,WasX+1,WasY-WasX-1)
WasI = INSTR(" BAUD CBAUD PORT PORT# PARITYPROTO NODE FILE ",MetaVal$) ' RM022301
IF WasI = 0 OR LEN(MetaVal$) < 4 THEN _
WasY = WasX + 1 : _
GOTO 60131
WasJ = (WasI-1)\6 + 1
WasK = (WasI+4)\6 + 1
IF WasK > WasJ THEN _
EXIT SUB
ON WasJ GOTO 60155, _
60137, _
60138, _ ' RM022301
60139, _
60141, _
60143, _
60145, _
60147, _
60149, _
60151
60137 WorkHold$ = ZTalkToModemAt$
GOTO 60151
60138 WorkHold$ = ZCBaud$ ' RM022301
GOTO 60151 ' RM022301
60139 WorkHold$ = ZComPort$
GOTO 60151